[INFO] fetching crate libbrat-grite 0.1.0...
[INFO] checking libbrat-grite-0.1.0 against master#656ccbe796ff98def9b555c118e1620c5389e3b2 for pr-133502-24
[INFO] extracting crate libbrat-grite 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate libbrat-grite 0.1.0
[INFO] finished tweaking crates.io crate libbrat-grite 0.1.0
[INFO] tweaked toml for crates.io crate libbrat-grite 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate libbrat-grite 0.1.0 on toolchain 656ccbe796ff98def9b555c118e1620c5389e3b2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate libbrat-grite 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c736a97523b05667f164c8d2338f1dba4f9ada0671f9309345003495701f3964
[INFO] running `Command { std: "docker" "start" "c736a97523b05667f164c8d2338f1dba4f9ada0671f9309345003495701f3964", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c736a97523b05667f164c8d2338f1dba4f9ada0671f9309345003495701f3964", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c736a97523b05667f164c8d2338f1dba4f9ada0671f9309345003495701f3964" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c736a97523b05667f164c8d2338f1dba4f9ada0671f9309345003495701f3964", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c736a97523b05667f164c8d2338f1dba4f9ada0671f9309345003495701f3964" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking libbrat-grite v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `assignees` and `comment_count` are never read
[INFO] [stdout]   --> src/client.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 73 | struct RawIssueSummary {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     assignees: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |     comment_count: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawIssueSummary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `assignees`, `comments`, and `comment_count` are never read
[INFO] [stdout]    --> src/client.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | struct RawIssue {
[INFO] [stdout]     |        -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 122 |     assignees: Vec<String>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 123 |     #[serde(default)]
[INFO] [stdout] 124 |     comments: Vec<RawComment>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     comment_count: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RawIssue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]    --> src/client.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct RawComment {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 136 |     body: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RawComment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `nonce` and `ttl_seconds` are never read
[INFO] [stdout]    --> src/client.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 158 | struct LockAcquireResponse {
[INFO] [stdout]     |        ------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 162 |     nonce: Option<String>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |     ttl_seconds: Option<i64>,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LockAcquireResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `key` is never read
[INFO] [stdout]    --> src/client.rs:257:5
[INFO] [stdout]     |
[INFO] [stdout] 256 | struct ContextProjectSingleResponse {
[INFO] [stdout]     |        ---------------------------- field in this struct
[INFO] [stdout] 257 |     key: String,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ContextProjectSingleResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `assignees` and `comment_count` are never read
[INFO] [stdout]   --> src/client.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 73 | struct RawIssueSummary {
[INFO] [stdout]    |        --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     assignees: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |     comment_count: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RawIssueSummary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `assignees`, `comments`, and `comment_count` are never read
[INFO] [stdout]    --> src/client.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | struct RawIssue {
[INFO] [stdout]     |        -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 122 |     assignees: Vec<String>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 123 |     #[serde(default)]
[INFO] [stdout] 124 |     comments: Vec<RawComment>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     comment_count: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RawIssue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]    --> src/client.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct RawComment {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 136 |     body: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RawComment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `nonce` and `ttl_seconds` are never read
[INFO] [stdout]    --> src/client.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 158 | struct LockAcquireResponse {
[INFO] [stdout]     |        ------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 162 |     nonce: Option<String>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |     ttl_seconds: Option<i64>,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LockAcquireResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `key` is never read
[INFO] [stdout]    --> src/client.rs:257:5
[INFO] [stdout]     |
[INFO] [stdout] 256 | struct ContextProjectSingleResponse {
[INFO] [stdout]     |        ---------------------------- field in this struct
[INFO] [stdout] 257 |     key: String,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ContextProjectSingleResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
[INFO] running `Command { std: "docker" "inspect" "c736a97523b05667f164c8d2338f1dba4f9ada0671f9309345003495701f3964", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c736a97523b05667f164c8d2338f1dba4f9ada0671f9309345003495701f3964", kill_on_drop: false }`
[INFO] [stdout] c736a97523b05667f164c8d2338f1dba4f9ada0671f9309345003495701f3964
